home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / audio / 1328 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: dispatch.news.demon.net!demon!gj-cent.demon.co.uk
  2. From: gi@gj-cent.demon.co.uk (Gi)
  3. Newsgroups: comp.sys.amiga.audio
  4. Subject: Re: OCTAMED MidiMessage <--> SYSEX ???
  5. Date: Fri, 12 Apr 1996 20:22:12 GMT
  6. Message-ID: <1187.6673T1303T1069@gj-cent.demon.co.uk>
  7. References: <1996Apr12.155238.24270@leeds.ac.uk>
  8. NNTP-Posting-Host: gj-cent.demon.co.uk
  9. X-NNTP-Posting-Host: gj-cent.demon.co.uk
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12. J M Pierlejewski (External) wrote in <1996Apr12.155238.24270@leeds.ac.uk> on
  13. 12-Apr-96 15:52:38 :
  14. >I am thinking of writing a program to convert/exchange
  15. >Octamed MIDI messages to SYSEX format that can be loaded into a standard
  16. >sequencer....I don't know how other sequencers load SYSEX messages, so could
  17. >anyone please tell me what sequencer they use and how messages are loaded.
  18.  
  19. >So if I strip the header I can interchange the remaining data by adding a new
  20. >header.
  21.  
  22. I use Bars & Pipes Pro 2.5 (which is free on Compuserve)
  23.  
  24. B&Pipes loads sysex through an accesory called BigSys, it will load raw SysEx
  25. files so to convert a message do the following
  26.  
  27. All Midi SysEx dump packets begin with 'f0' and end with 'F7'
  28.  
  29. Load up a hex editor (File X is a good one)
  30.  
  31. Remove the Octamed header. ie. any bytes before the first F0
  32.  
  33. save file and import into B&Pipes.
  34.  
  35.  
  36. B&Pipes also will store SYSEX messages in a track as other sequencers will so
  37. the best way to exchange SYSEX between various sequencers is to store the
  38. SYSEX in a track as save as a midi file.
  39.  
  40. It may not be possible to add your own header to a raw sysex message as some
  41. headers also store the length of the message in hex.
  42.  
  43.